Session Grid
|
Top Previous Next |
Column Name
|
Visible(by default)
|
Description
|
TimeStart
|
True
|
The time at which the request was started.
|
Duration
|
True
|
The duration time between TimeStart and TimeEnd.
|
Method
|
True
|
The HTTP method that was used when the request was sent. (for example, GET)
|
Result
|
True
|
If the request was successful then the HTTP status code will be shown here, e.g. 200 for OK. If the request failed then the wininer API's error code will be shown here. In cases where the content was read from the cache without contacting the HTTP server, '(Cache)' will be shown here.
The value 'Aborted' in this column indicates that Internet Explorer cancelled the HTTP operation before it completed. |
Proccess
|
True
|
The name and ID of the process where the HTTP session comes from.
Note: It's hidden in IE Edition. |
Size (win2k)
|
True
|
The response stream's size. Note: It's hidden in win9x.
|
Content-Length(win9x)
|
True
|
The response content's length. (see also :RFC2616 Content-Length)
Note: It's hidden in win2k or plus. |
Type
|
True
|
The response content's mime type.(see also: RFC2616 Content-Type)
|
URL
|
True
|
The requested file's URL which is indicated by the HTTP requesting command. The URL usually include a path and a file name.
|
Redirect URL
|
True
|
The target URL for HTTP redirects
|
TimeEnd
|
False
|
The time at which the request was completed.
|
Stage
|
False
|
The current stage of the HTTP session, it includes the following possible value:
REQUEST_OPEN REQUEST_SEND REQUEST_SENT REQUEST_COMPLETE REQUEST_CLOSE REQUEST_REDIRECT Note: It's hidden in Standard Edition. |